projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
296cd81
)
Remove an erraneous g_free call
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 2 Feb 2012 12:08:06 +0000
(07:08 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 14 Feb 2012 21:36:53 +0000
(16:36 -0500)
gtk/gtkcolorscale.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcolorscale.c
b/gtk/gtkcolorscale.c
index a56a88606660ccec2b03f3f23368fa398cb51b9b..f520cf203b6f6b6f92373fdd90f84ef4ff5aa485 100644
(file)
--- a/
gtk/gtkcolorscale.c
+++ b/
gtk/gtkcolorscale.c
@@
-238,7
+238,6
@@
scale_draw (GtkWidget *widget,
}
else
cairo_rectangle (cr, 1, 1, width - 2, height - 2);
- g_free (theme);
cairo_clip (cr);
cairo_set_source_surface (cr, scale->priv->surface, 0, 0);